home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 52 / Amiga Format AFCD52 (Issue 136, May 2000).iso / -in_the_mag- / reader_requests / wild / support / wilf / modules / strings.h < prev    next >
C/C++ Source or Header  |  2000-02-23  |  186b  |  6 lines

  1. #include <exec/types.h>
  2. extern ULONG ChkIn(char *a,char *in);
  3. extern ULONG *NextWord(char *b);
  4. extern ULONG CopyWord(char *fill,char *word);
  5. extern ULONG CopyStr(char *fill,char *from);
  6.